home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / sim_util.zip / SIMOFFER.TXT < prev    next >
Text File  |  1992-11-24  |  2KB  |  74 lines

  1. Thank you for downloading Sim_Utils.Zip.
  2.  
  3. This is a Companion to the SimCode Version 6.0/6.5 Programming Language.
  4.  
  5. Included are:
  6.  
  7. SimOffer.txt - This File
  8. Sls2Scs.exe  - SimCode Linked Scripts to Simcode Command Scripts Converter
  9. Txt2Scs.exe  - Ascii Text to SimCode Command Script Convertor.
  10.  
  11. -----
  12.  
  13. READ THIS NOW
  14.  
  15. -----
  16.  
  17. If you register SimCode 6.0/6.5 for General Private Use by Dec. 31, 1992 you 
  18. will get a registered version for ONLY $3.00.  Check out what you get in the
  19. registered version....
  20.  
  21.   50% quicker Run-Time.
  22.   If..Then Commands
  23.   Looping Commands
  24.   Set Variable Commands
  25.   If..Not..Then Commands
  26.   Plus 20 more commands and updates.
  27.  
  28. Is that good or what.
  29.  
  30. Check out what Garrie Wilson (21) says about SimCode: "SimCode is EASY!!!!!!!"
  31.  
  32. If you want to learn a programming language SimCode is the one.
  33.  
  34. ---------------------
  35.  
  36. SLS2SCS Utility..
  37.  
  38.  
  39. Included in this Zip is a File called SLS2SCS.EXE this program will convert
  40. SimCode Linked Scripts (SLS) files to SimCode Command Scripts (SCS).
  41.  
  42. Commandline:  C:\SimCode\SLS2SCS LINKED.SLS
  43.  
  44. Inside the SLS file is a cluster of SimCode Command Scripts.  This utility will
  45. allow you to write all your SCSs together then make them run-able.
  46.  
  47. Example: If I had two scripts, and did not want to save one then edit the other
  48. I would just do this:
  49.  
  50. %SCRIPT1%
  51.  
  52.  [Commands Here]
  53.  
  54. |
  55.  
  56. %SCRIPT2%
  57.  
  58.  [Commands Here]
  59.  
  60. |
  61.  
  62. The above would create the following scripts, SCRIPT1 and SCRIPT2 with any of
  63. the commands between the %filename% and the | commands.  The | MUST be used 
  64. to end a script.
  65.  
  66.  
  67. -------------------------
  68.  
  69. The TXT2SCS Utility 
  70.  
  71. This is the same Utility that was included in your SimCode.Zip package it has 
  72. just been updated.
  73.  
  74.